NevronOpenVision
Nevron.Nov Namespace / NPromise<TResult> Class / Fulfill Method / Fulfill(TResult,Int32) Method
result to be passed to succeeded handler
optional delay after which the handlers are notified on the UI thread.
In This Topic
    Fulfill(TResult,Int32) Method
    In This Topic
    Fulfills the promise with specified result. Automatically decides whether to call the promise handlers immediately or asyncrhonously.
    Syntax
    public void Fulfill( 
       TResult result,
       System.int delay
    )

    Parameters

    result
    result to be passed to succeeded handler
    delay
    optional delay after which the handlers are notified on the UI thread.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also